type net/http/pprof.profileEntry

6 uses

	net/http/pprof (current package)
		pprof.go#L383: type profileEntry struct {
		pprof.go#L405: 	var profiles []profileEntry
		pprof.go#L407: 		profiles = append(profiles, profileEntry{
		pprof.go#L417: 		profiles = append(profiles, profileEntry{
		pprof.go#L424: 	slices.SortFunc(profiles, func(a, b profileEntry) int {
		pprof.go#L433: func indexTmplExecute(w io.Writer, profiles []profileEntry) error {